projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb4cf67
)
Remove an unused filed in GdkWindowImplWayland
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 1 Apr 2013 02:46:31 +0000
(22:46 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 1 Apr 2013 02:46:31 +0000
(22:46 -0400)
The unused toplevel_window_type field was copied over from
the X backend.
gdk/wayland/gdkwindow-wayland.c
patch
|
blob
|
history
diff --git
a/gdk/wayland/gdkwindow-wayland.c
b/gdk/wayland/gdkwindow-wayland.c
index fbf873d17eb66412f4e7923d352e566a8745816d..4b651d792da5465c60a54c8b2da0b1dff241f823 100644
(file)
--- a/
gdk/wayland/gdkwindow-wayland.c
+++ b/
gdk/wayland/gdkwindow-wayland.c
@@
-95,8
+95,6
@@
struct _GdkWindowImplWayland
GdkCursor *cursor;
- gint8 toplevel_window_type;
-
struct wl_surface *surface;
struct wl_shell_surface *shell_surface;
unsigned int mapped : 1;
@@
-154,7
+152,6
@@
G_DEFINE_TYPE (GdkWindowImplWayland, _gdk_window_impl_wayland, GDK_TYPE_WINDOW_I
static void
_gdk_window_impl_wayland_init (GdkWindowImplWayland *impl)
{
- impl->toplevel_window_type = -1;
}
void